home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
kuang
/
kuangeleven28.lha
/
Rexx
/
CTCP
/
ping.amirx
< prev
next >
Wrap
Text File
|
1997-02-25
|
331b
|
12 lines
/* K¹¹ Plugin : Ping SOUND resopnse
* Requires AmIRC 1.30!
*/
sound='Ping.WAV' /* Soundfile to play */
options results
parse arg ':'prefix' 'type' 'channel' :'text
parse var prefix nick'!'user'@'host
div='01'x
parse upper var text (div) command args (div)
if command~='PING' then exit
'RAW PRIVMSG' nick ':'div'SOUND' sound||div